CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - edge histogram

搜索资源列表

  1. impj97-3

    1下载:
  2. 这是泛用型影像处理程式以及原码以c++builder开发 其中功能包含 histogram统计 高.低通波滤镜mask 设定 以及边缘 还有拉普拉斯转换 结果显示-shelf image processing programs and the original code to the development of c builder which includes histogram function of the high statistics. Low-pass-filter mask set
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3969074
    • 提供者:韓小宇
  1. 基于opencv实现的灰度变换

    0下载:
  2. 基于opencv实现的灰度变换,低通滤波,直方图均衡化,边缘检测等算法。-Opencv implementation based on gray-scale transformation, low-pass filtering, histogram equalization, edge detection algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3366761
    • 提供者:张少明
  1. 200432590139.rar

    0下载:
  2. 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图,Basic image processing functions: 1, forma
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3769534
    • 提供者:叶心怡
  1. image.rar

    1下载:
  2. 数字图像处理入门:边缘检测与提取;腐蚀,膨胀,细化;图像的几何变换;图像的检测,模板;图像的平滑;图像压缩编码;直方图修正和彩色;图像VC编程代码,Introduction to digital image processing: edge detection and extraction corrosion, expansion of refining image geometric transform image detection, template image smoothing
  3. 所属分类:Special Effects

    • 发布日期:2015-05-23
    • 文件大小:1334690
    • 提供者:crasty
  1. Course.rar

    0下载:
  2. 函数曲线的显示,OPENCV图像处理,包括灰度图,直方图,边缘检测等等内容,Function curve display, OPENCV image processing, including the gray level histogram, edge detection and much more
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:708966
    • 提供者:twty
  1. matlab

    0下载:
  2. matlab关于直方图,均衡化,白平衡,匹配,边缘检测,图像变换的有关数字图像处理方面的几个程序代码。-matlab on histogram equalization, white balance, matching, edge detection, image transformation on several aspects of digital image processing code.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:3683
    • 提供者:陶渊然
  1. source-code

    0下载:
  2. 图像直方图显示,图像增强,图像滤波,图像边缘检测,图像分割,图像编码等等。-Histogram display, image enhancement, image filtering, edge detection, image segmentation, image coding and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6277502
    • 提供者:ffsimple
  1. MyBmp

    1下载:
  2. 程序实现对BMP格式图像的处理,图像处理功能包括上一幅、下一幅、负片、线性变换、直方图、直方图增强、缩放、旋转、膨胀、腐蚀、二值化、彩色转黑白、黑白转真彩色、亮度调整、图像相加、图像相减、中值滤波、均值滤波、产生噪声、锐化与边缘检测等等,基本实现了对BMP格式图像的所有处理。-Program to achieve the BMP format image processing, image processing functions, including the one, the next one
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2327446
    • 提供者:
  1. Distortion Correction

    4下载:
  2. VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
  3. 所属分类:OpenCV

    • 发布日期:2012-11-15
    • 文件大小:6126735
    • 提供者:wk
  1. ImgPro0

    0下载:
  2. 基于opencv的数字图像处理,包括直方图、边缘检测、hough变换、几何变换等功能-Opencv-based digital image processing, including histogram, edge detection, hough transform, geometric transformation functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:2007094
    • 提供者:冯贺
  1. dImaageProcesi

    0下载:
  2. 数字图像处理的源码。包含图像边缘检测,图像高斯滤波,拉拉普拉斯变换,直方图均衡等。 可直接使用。 已通过测试。 -Source of digital image processing. Containing the image edge detection, image Gaussian filter, Lara Plath transformation, histogram equalization. Can be used directly. Has been tested.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:13264
    • 提供者:
  1. baseimagpro

    0下载:
  2. 图像基本处理源代码,C语言,包含二值化、直方图均衡处理、边缘检测、高斯模糊等很多个程序代码,初学图像处理编程很好用-Basic image processing source code, C language, contains two values, histogram equalization, edge detection, Gaussian blur, and many a program code, image processing program is useful beginner
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5601315
    • 提供者:翁文第
  1. xingmfc

    0下载:
  2. 基于MFC用opencv完成对图像和视频的边缘检测和直方图均衡化和对图像和视频的保存。-Opencv on MFC complete with images and video edge detection and histogram equalization and the preservation of images and video.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:234268
    • 提供者:邢文君
  1. imageprocessing

    0下载:
  2. 包括了几种最常见的滤波器的设计(高通低通都有),还有边缘检测,直方图均衡化,FFT变换等。-Includes several most common filter high-pass low-pass design (have), and edge detection, histogram equalization, FFT transformation, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1204024
    • 提供者:happy
  1. imageprocessing

    0下载:
  2. 自己编写的基于直方图均衡化以及边缘增强的程序!-I have written based on histogram equalization and edge enhancement procedure!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:708497
    • 提供者:代松
  1. BMPDLG

    0下载:
  2. 这是一个基于对话框的工程,主要实现的功能:加载并显示位图、灰度变换、灰度直方图、Robert边缘检测。-This is a dialog-based project, the main achievement of the functions: Load and display bitmaps, gray level transformation, histogram, Robert edge detection.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-17
    • 文件大小:4680222
    • 提供者:XT
  1. radon

    0下载:
  2. 基于opencv的radon直线检测、直方图均衡、sobel边缘检测等算法。-Opencv of the radon-based line detection, histogram equalization, sobel edge detection algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:5284
    • 提供者:wk
  1. texture

    2下载:
  2. 可以对一幅图像提取边缘直方图,很有用的,用与图像匹配-Can extract the edge of an image histogram, useful, and image matching using
  3. 所属分类:Special Effects

    • 发布日期:2015-09-30
    • 文件大小:5262
    • 提供者:dd
  1. imageview

    0下载:
  2. 图象处理程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-Image processing procedures, provided the image histogram equalization, robert, sobel, prewitt, kirsch, gauss edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-11-12
    • 文件大小:539247
    • 提供者:lukecheng
  1. 2107210017520071022238367591296

    0下载:
  2. vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:511686
    • 提供者:乔鹏飞
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com